Skip to content

Remove node_modules when preparing nativescript plugins #1730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

When preparing nativescript plugins, we copy the whole directory to the native project.
This leads to a problem that node_modules dir of such plugins is also copied, while it should be flattened.
CLI had already flatten it, but the copy of node_modules is never deleted and we receive .aar files in iOS projects for example.

When preparing nativescript plugins, we copy the whole directory to the native project.
This leads to a problem that node_modules dir of such plugins is also copied, while it should be flattened.
CLI had already flatten it, but the copy of node_modules is never deleted and we receive `.aar` files in iOS projects for example.
@rosen-vladimirov
Copy link
Contributor Author

ping @Mitko-Kerezov @TsvetanMilanov

@dtopuzov
Copy link
Contributor

dtopuzov commented May 2, 2016

👍

@rosen-vladimirov rosen-vladimirov merged commit f086d8c into release May 3, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/remove-node-modules branch May 3, 2016 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants